home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi291 / mac42.dos < prev    next >
Text File  |  1996-07-10  |  4KB  |  76 lines

  1. Title: Apple's Internet Routers, Token-Ring, and NetWare for Mac v3.0 
  2.  
  3. Bulletin Date: 4/1/90          Revision 1.0
  4.  
  5. Category: Config        Sub-Category: Server
  6. S/W Product: v3.0 NWMAC        H/W Product:
  7. Version Affected: 3.0
  8.  
  9. Operating System: NW v3.11    Rev: 
  10. System and Hardware: 
  11. Application:
  12.  
  13. Symptom:      When the AppleTalk router in NetWare for Macintosh v3.0 is 
  14.               on a multi-ring Token-Ring network on which Apple Internet 
  15.               Routers and Source Routing Token Ring bridges are present, 
  16.               it requires a special NLM to communicate with Apple Internet 
  17.               Routers.
  18.  
  19. Problem:      The Apple Internet Router sends an 802.2 Test/Poll command 
  20.               to a node when it needs to discover the Token-Ring route 
  21.               (across bridges) to that node.  It waits to receive an 802.2 
  22.               Test/Final (reply) frame, which will contain the Token-Ring 
  23.               route information, before sending AppleTalk frames to the 
  24.               node.  The AppleTalk stack/router NLM does not respond to 
  25.               the Test/Poll command.
  26.  
  27. Solution or 
  28. Workaround:   Install the ATTOKLLC.NLM NLM, which listens for and responds 
  29.               to these Test/Poll frames.  This NLM is not installed 
  30.               automatically during the NetWare for Macintosh v3.0 
  31.               installation.  To install this NLM, you must manually copy 
  32.               ATTOKLLC.NLM from the NW-MAC diskette to the directory 
  33.               containing the NW-MAC product.  You should then load the 
  34.               NLM and bind it to the Token-Ring board that handles the 
  35.               "TOKEN-RING" frame type, as described below.
  36.  
  37.               After installing the NLM, follow these steps:
  38.  
  39.               1.) Load the frame type "TOKEN-RING" for the Token-Ring LAN 
  40.                   driver being used for AppleTalk.  (This is the default 
  41.                   frame type used when the board is loaded, but it is not 
  42.                   the frame type used by APPLETLK.  If you are running IPX 
  43.                   and APPLETLK over the same Token-Ring, this frame type 
  44.                   is already loaded.)
  45.  
  46.               2.) Load the Token-Ring Source Routing NLM "ROUTE.NLM" for 
  47.                   the Token-Ring board with the "TOKEN-RING" frame type. 
  48.                   Note that this is not the same logical board to which 
  49.                   APPLETLK is bound.  (Again, if you are running IPX and 
  50.                   APPLETLK over the same Token-Ring board and you have 
  51.                   loaded ROUTE for that board, this step has already been 
  52.                   completed.)
  53.  
  54.               3.) Load ATTOKLLC.NLM.  There are no options for this NLM.
  55.  
  56.               4.) Bind ATTOKLLC to the Token-Ring board handling TOKEN-RING 
  57.                   frames.  Note that this is not the same logical board 
  58.                   to which APPLETLK is bound.
  59.  
  60.                   For example, if you have already configured AppleTalk on 
  61.                   Token-Ring as follows:
  62.  
  63.                   load token int=2 port=320 frame=token-ring_snap name=tsnap
  64.                   load route board=1
  65.                   bind appletlk to tsnap net=10-10 zone={"Paris"}
  66.  
  67.               The following lines demonstrate the four steps described above:
  68.  
  69.               load token int=2 port=320 frame=token-ring name=tring  #Step 1.
  70.               load route board=2                                     #Step 2.
  71.  
  72.               load attokllc                                          #Step 3.
  73.               bind attokllc to tring                                 #Step 4.
  74.  
  75.  
  76.